kea: update boost dependencies
authorFlorian Eckert <[email protected]>
Tue, 2 Sep 2025 10:51:34 +0000 (12:51 +0200)
committerFlorian Eckert <[email protected]>
Wed, 15 Oct 2025 10:51:12 +0000 (12:51 +0200)
Remove 'boost-system' from the dependencies. The 'boost-system' is a
header-only library since version update of boost to '1.89.0'.

Signed-off-by: Florian Eckert <[email protected]>
net/kea/Makefile

index bddff25daf5c7d3c078272739fb8d19c37c1ef1a..accd1f1ef39070dd1b1a0089be2ec5c34fb39e89 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kea
 PKG_VERSION:=2.6.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION)
@@ -21,6 +21,7 @@ PKG_LICENSE:=MPL-2.0
 PKG_LICENSE_FILES:=COPYING
 
 PKG_BUILD_PARALLEL:=1
+PKG_BUILD_DEPENDS:=boost
 PKG_BUILD_FLAGS:=gc-sections
 
 PKG_INSTALL:=1
@@ -64,8 +65,7 @@ endef
 define Package/kea-libs
        $(call Package/kea/Default)
        TITLE+=Libraries
-       DEPENDS:=+libopenssl +log4cplus \
-       +boost +boost-system
+       DEPENDS:=+libopenssl +log4cplus +boost
 endef
 define Package/kea-libs/description
                Kea required Libraries.